diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-11-29 18:15:14 +0000 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-11-29 18:15:14 +0000 |
| commit | 9ced895772ebecb2fa330ae2eecd42060abf2a7b (patch) | |
| tree | b08b6a08fd39a11eaef2a2e2b92a661ad00247b0 /src/pages/[locale]/index.astro | |
| parent | 960b019a018c2faf8da1c4a4ade6c12b3c21e5bd (diff) | |
Diffstat (limited to 'src/pages/[locale]/index.astro')
| -rw-r--r-- | src/pages/[locale]/index.astro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pages/[locale]/index.astro b/src/pages/[locale]/index.astro index c67ded0..e5ba6b7 100644 --- a/src/pages/[locale]/index.astro +++ b/src/pages/[locale]/index.astro @@ -64,6 +64,10 @@ const mostRecentNewsItem = await getMostRecentNewsItem(locale); <p set:html={t(tPage, { key: 'why-jyne-para-3' })} /> <h3 set:html={t(tPage, { key: 'hou-jyne' })} /> + + <PayPalButtons + successPageUrl={`/${locale}/created-subscription`} + <p set:html={t(tPage, { key: 'hou-jyne-para-1' })} /> <p set:html={t(tPage, { |
